, including all inherited members.
beginDraw() | CDrawContext | [inline, virtual] |
bitmap | COffscreenContext | [protected] |
CBaseObject() | CBaseObject | [inline] |
CDrawContext(const CRect &surfaceRect) | CDrawContext | [protected] |
clearDrawString() | CDrawContext | [protected] |
clearRect(const CRect &rect)=0 | CDrawContext | [pure virtual] |
COffscreenContext(CBitmap *bitmap) | COffscreenContext | [protected] |
COffscreenContext(const CRect &surfaceRect) | COffscreenContext | [protected] |
copyFrom(CDrawContext *pContext, CRect destRect, CPoint srcOffset=CPoint(0, 0)) | COffscreenContext | |
create(CFrame *frame, CCoord width, CCoord height) | COffscreenContext | [static] |
createGraphicsPath()=0 | CDrawContext | [pure virtual] |
createRoundRectGraphicsPath(const CRect &size, CCoord radius) | CDrawContext | |
currentState | CDrawContext | [protected] |
drawArc(const CRect &rect, const float startAngle1, const float endAngle2, const CDrawStyle drawStyle=kDrawStroked)=0 | CDrawContext | [pure virtual] |
drawBitmap(CBitmap *bitmap, const CRect &dest, const CPoint &offset=CPoint(0, 0), float alpha=1.f)=0 | CDrawContext | [pure virtual] |
drawEllipse(const CRect &rect, const CDrawStyle drawStyle=kDrawStroked)=0 | CDrawContext | [pure virtual] |
drawGraphicsPath(CGraphicsPath *path, PathDrawMode mode=kPathFilled, CGraphicsTransform *transformation=0)=0 | CDrawContext | [pure virtual] |
drawLines(const CPoint *points, const int32_t &numberOfLines)=0 | CDrawContext | [pure virtual] |
drawPoint(const CPoint &point, const CColor &color)=0 | CDrawContext | [pure virtual] |
drawPolygon(const CPoint *pPoints, int32_t numberOfPoints, const CDrawStyle drawStyle=kDrawStroked)=0 | CDrawContext | [pure virtual] |
drawRect(const CRect &rect, const CDrawStyle drawStyle=kDrawStroked)=0 | CDrawContext | [pure virtual] |
drawString(UTF8StringPtr string, const CRect &_rect, const CHoriTxtAlign hAlign=kCenterText, bool antialias=true) | CDrawContext | |
drawString(UTF8StringPtr string, const CPoint &_point, bool antialias=true) | CDrawContext | |
drawStringHelper | CDrawContext | [protected] |
endDraw() | CDrawContext | [inline, virtual] |
fillLinearGradient(CGraphicsPath *path, const CGradient &gradient, const CPoint &startPoint, const CPoint &endPoint, bool evenOdd=false, CGraphicsTransform *transformation=0)=0 | CDrawContext | [pure virtual] |
forget() | CBaseObject | [inline, virtual] |
getBitmap() const | COffscreenContext | [inline] |
getClipRect(CRect &clip) const | CDrawContext | |
getDrawMode() const | CDrawContext | [inline] |
getDrawString(UTF8StringPtr string) | CDrawContext | [protected] |
getFillColor() const | CDrawContext | [inline] |
getFont() const | CDrawContext | [inline] |
getFontColor() const | CDrawContext | [inline] |
getFrameColor() const | CDrawContext | [inline] |
getGlobalAlpha() const | CDrawContext | [inline] |
getHeight() const | COffscreenContext | [inline] |
getLineStyle() const | CDrawContext | [inline] |
getLineWidth() const | CDrawContext | [inline] |
getLoc(CPoint &where) const | CDrawContext | [inline] |
getNbReference() const | CBaseObject | [inline, virtual] |
getOffset() const | CDrawContext | [inline] |
getStringWidth(UTF8StringPtr pStr) | CDrawContext | |
getWidth() const | COffscreenContext | [inline] |
globalStatesStack | CDrawContext | [protected] |
init() | CDrawContext | [protected, virtual] |
kPathFilled enum value | CDrawContext | |
kPathFilledEvenOdd enum value | CDrawContext | |
kPathStroked enum value | CDrawContext | |
lineTo(const CPoint &point)=0 | CDrawContext | [pure virtual] |
moveTo(const CPoint &point) | CDrawContext | [virtual] |
notify(CBaseObject *sender, IdStringPtr message) | CBaseObject | [inline, virtual] |
PathDrawMode enum name | CDrawContext | |
remember() | CBaseObject | [inline, virtual] |
resetClipRect() | CDrawContext | [virtual] |
restoreGlobalState() | CDrawContext | [virtual] |
saveGlobalState() | CDrawContext | [virtual] |
setClipRect(const CRect &clip) | CDrawContext | [virtual] |
setDrawMode(CDrawMode mode) | CDrawContext | [virtual] |
setFillColor(const CColor &color) | CDrawContext | [virtual] |
setFont(const CFontRef font, const CCoord &size=0, const int32_t &style=-1) | CDrawContext | [virtual] |
setFontColor(const CColor &color) | CDrawContext | [virtual] |
setFrameColor(const CColor &color) | CDrawContext | [virtual] |
setGlobalAlpha(float newAlpha) | CDrawContext | [virtual] |
setLineStyle(const CLineStyle &style) | CDrawContext | [virtual] |
setLineWidth(CCoord width) | CDrawContext | [virtual] |
setOffset(const CPoint &offset) | CDrawContext | [virtual] |
surfaceRect | CDrawContext | [protected] |
~CBaseObject() | CBaseObject | [inline, virtual] |
~CDrawContext() | CDrawContext | [protected] |
~COffscreenContext() | COffscreenContext | [protected] |